github.com/klauspost/compress/huff0.nodeElt.setParent (method)
5 uses
github.com/klauspost/compress/huff0 (current package)
compress.go#L487: huffNode[lowS].setParent(nodeNb)
compress.go#L488: huffNode[lowS-1].setParent(nodeNb)
compress.go#L516: huffNode0[n1+1].setParent(nodeNb)
compress.go#L517: huffNode0[n2+1].setParent(nodeNb)
compress.go#L741: func (e *nodeElt) setParent(p int16) { *e = (*e)&0xffff0000ffffffff | nodeElt(uint16(p))<<32 }
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |